home *** CD-ROM | disk | FTP | other *** search
- listoptions()
- { lprint("Widerrufen: %2s", getoption("undo"));
- lprint("Datei-Backup: %2s", getoption("autobackup"));
- lprint("GEM-Clipboard: %2s", getoption("gemclipboard"));
- lprint("Spaltenstabil: %2s", getoption("stable"));
- lprint("Nummern ab 0: %2s", getoption("countfrom0"));
- lprint("Sicherung bei Programmende: %2s", getoption("exitsave"));
- lprint("Returncode: %2s", getoption("retcode"));
- lprint("Cursorblinken: %2s", getoption("cursorblink"));
- lprint("Suchmeldungen: %2s", getoption("searchalerts"));
- }
-